[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 HIGHASCII

 Function
  Set the allow high ASCII flag in an INPUTSTR or PROMPTSTR statement.
  Allows high ascii characters, regardless of current valid character
  set, if disable high ascii filter set to yes

 Value
  4096 = 1000000000000b = 10000o = 1000h

 Remarks
  The INPUTSTR and PROMPTSTR statements have the ability to allow high
  ASCII characters to be input regardless of the valid character string
  specified, but only if the SysOp has disabled the high ASCII filter
  in PCBSetup.

 Example

  STRING pwd
  INPUTSTR "Enter password",pwd,@X0E,4,MASK_ASCII(),HIGHASCII
  GETUSER
  IF (pwd <> U_PWD) HANGUP

See Also: INPUTSTR PROMPTSTR
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson